GrapeCity.Xaml.SpreadSheet.Data
SavePdfAsync(Stream,PdfExportSettings,Int32[]) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class > SavePdfAsync Method : SavePdfAsync(Stream,PdfExportSettings,Int32[]) Method
The stream to which to save the data.
The export settings.
The index of the sheet.
Saves the content of the GcSpreadSheet component to the specified stream asynchronously.
Syntax
'Declaration
 
Public Overloads Function SavePdfAsync( _
   ByVal stream As Stream, _
   ByVal settings As PdfExportSettings, _
   ByVal ParamArray sheetIndexs() As Integer _
) As IAsyncAction
'Usage
 
Dim instance As Workbook
Dim stream As Stream
Dim settings As PdfExportSettings
Dim sheetIndexs() As Integer
Dim value As IAsyncAction
 
value = instance.SavePdfAsync(stream, settings, sheetIndexs)
public IAsyncAction SavePdfAsync( 
   Stream stream,
   PdfExportSettings settings,
   params int[] sheetIndexs
)

Parameters

stream
The stream to which to save the data.
settings
The export settings.
sheetIndexs
The index of the sheet.
See Also

Reference

Workbook Class
Workbook Members
Overload List